Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate out planner #256

Merged
merged 20 commits into from
Oct 11, 2024
Merged

Separate out planner #256

merged 20 commits into from
Oct 11, 2024

Conversation

dillonalaird
Copy link
Member

@dillonalaird dillonalaird commented Oct 4, 2024

This PR separates out the coder from the planner in preparation for adding human in the loop, but does not make them separate function calls for the VisionAgent. It also makes some name changes for clarity:

  • chat_with_code in VisionAgent is now chat_with_artifacts
  • chat_with_workflow in VisionAgentCoder is now generate_code

@dillonalaird dillonalaird changed the title Add human in the loop Separate out planner Oct 4, 2024
@dillonalaird dillonalaird force-pushed the add-human-in-the-loop branch 3 times, most recently from 001f3df to b1ed2cc Compare October 10, 2024 14:41
@dillonalaird dillonalaird merged commit ca1dc57 into main Oct 11, 2024
8 checks passed
@dillonalaird dillonalaird deleted the add-human-in-the-loop branch October 11, 2024 03:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants